Skip to content

Conversation

@pathywang
Copy link

@pathywang pathywang commented Jan 19, 2026

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

changelist

i did code as requirement from readme.md, only use HTML code, no CSS style or JavaScript, i put on fieldset and also swap label and input in order to make my form more tidy.

@netlify
Copy link

netlify bot commented Jan 19, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 9bec6dc
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/6974b7fe99c0490008db4ce4
😎 Deploy Preview https://deploy-preview-989--cyf-onboarding-module.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
2 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 82 (🔴 down 4 from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@pathywang pathywang added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jan 19, 2026
@jenny-alexander jenny-alexander self-requested a review January 24, 2026 00:26
@jenny-alexander jenny-alexander added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Jan 24, 2026
Copy link
Contributor

@jenny-alexander jenny-alexander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @pathywang - great work with your form controls. 👍
I left a few comments for your to review.

<header>
<h1>Product Pick</h1>
</header>
<main>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you check to make sure you have the closing </main> tag?

</div>
<br>
<div>
<p>Size</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your radio button labels and input work, but it is a bit unusual to have the label first and then the input.
For radio buttons, having the input defined first will be a bit more intuitive for users.
Here is an example: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input/radio#try_it

If you wrap your radio buttons inside of a <fieldset> and use a <legend>, then a screen reader will be able to announce the <legend> text along with each radio button, providing context to your user.

@jenny-alexander jenny-alexander added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Jan 24, 2026
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@pathywang pathywang added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Jan 24, 2026
Copy link
Contributor

@jenny-alexander jenny-alexander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job @pathywang!

@jenny-alexander jenny-alexander added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Jan 24, 2026
@pathywang
Copy link
Author

pathywang commented Jan 24, 2026 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants